low level language - traducción al árabe
Diclib.com
Diccionario ChatGPT
Ingrese una palabra o frase en cualquier idioma 👆
Idioma:     

Traducción y análisis de palabras por inteligencia artificial ChatGPT

En esta página puede obtener un análisis detallado de una palabra o frase, producido utilizando la mejor tecnología de inteligencia artificial hasta la fecha:

  • cómo se usa la palabra
  • frecuencia de uso
  • se utiliza con más frecuencia en el habla oral o escrita
  • opciones de traducción
  • ejemplos de uso (varias frases con traducción)
  • etimología

low level language - traducción al árabe

PROGRAMMING LANGUAGES SIMILAR TO INSTRUCTION SETS
Low-level language; Low level programming language; Low level language; Low-level programming; Low-level (computing); Low-level programming languages; Low level programing language; Low level programming; Lower level language
  • Front panel of a PDP-8/E minicomputer. The row of switches at the bottom can be used to toggle in a machine language program.

low level language         
لغة دنيا
spirit level         
  • Machinists precision level
  • Carpenter's bulls-eye level
  • Measuring elevation with a line level. Historical archaeology at the old Champoeg townsite, Champoeg, Oregon (USA) 1973 (2149089991)
  • bull's eye spirit level]] mounted in a camera tripod
  • Torpedo level
  • Modern automatic level in use on a construction site
INSTRUMENT WITH A SEALED TUBE OF LIQUID, DESIGNED TO INDICATE WHETHER A SURFACE IS HORIZONTAL (LEVEL) OR VERTICAL (PLUMB)
Waterlevel; Spirit-level; Bubble level; Torpedo level; Tube level; Level (tool); Spirit Level; Carpenter's level
مِيزَانُ المَاء
spirit level         
  • Machinists precision level
  • Carpenter's bulls-eye level
  • Measuring elevation with a line level. Historical archaeology at the old Champoeg townsite, Champoeg, Oregon (USA) 1973 (2149089991)
  • bull's eye spirit level]] mounted in a camera tripod
  • Torpedo level
  • Modern automatic level in use on a construction site
INSTRUMENT WITH A SEALED TUBE OF LIQUID, DESIGNED TO INDICATE WHETHER A SURFACE IS HORIZONTAL (LEVEL) OR VERTICAL (PLUMB)
Waterlevel; Spirit-level; Bubble level; Torpedo level; Tube level; Level (tool); Spirit Level; Carpenter's level
N
ميزان التسوية ، الشاقول الافقى ، ميزان البنائين

Definición

low-level language
<language> Any programming language which either is assembly language, or which is meant to be closely related to, and easily translated into, machine language. Low-level languages lack the amenities of high-level languages but it may be possible to write more efficient code in them. (2000-08-10)

Wikipedia

Low-level programming language

A low-level programming language is a programming language that provides little or no abstraction from a computer's instruction set architecture—commands or functions in the language map that are structurally similar to processor's instructions. Generally, this refers to either machine code or assembly language. Because of the low (hence the word) abstraction between the language and machine language, low-level languages are sometimes described as being "close to the hardware". Programs written in low-level languages tend to be relatively non-portable, due to being optimized for a certain type of system architecture.

Low-level languages can convert to machine code without a compiler or interpreter—second-generation programming languages use a simpler processor called an assembler—and the resulting code runs directly on the processor. A program written in a low-level language can be made to run very quickly, with a small memory footprint. An equivalent program in a high-level language can be less efficient and use more memory. Low-level languages are simple, but considered difficult to use, due to numerous technical details that the programmer must remember. By comparison, a high-level programming language isolates execution semantics of a computer architecture from the specification of the program, which simplifies development.